home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / TEXPLIST.ZIP / demo / Delphi 4 / unit1.dfm / unit1.txt
Encoding:
Text File  |  1999-02-01  |  10.8 KB  |  411 lines

  1. object Form1: TForm1
  2.   Left = 347
  3.   Top = 181
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'TExportListView v2.00 Demo'
  7.   ClientHeight = 254
  8.   ClientWidth = 464
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Menu = MainMenu1
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 464
  24.     Height = 254
  25.     Align = alClient
  26.     BevelOuter = bvLowered
  27.     TabOrder = 0
  28.     object PageControl1: TPageControl
  29.       Left = 1
  30.       Top = 1
  31.       Width = 462
  32.       Height = 252
  33.       ActivePage = TabSheet4
  34.       Align = alClient
  35.       Font.Charset = DEFAULT_CHARSET
  36.       Font.Color = clWindowText
  37.       Font.Height = -11
  38.       Font.Name = 'MS Sans Serif'
  39.       Font.Style = []
  40.       ParentFont = False
  41.       TabOrder = 0
  42.       object TabSheet4: TTabSheet
  43.         Caption = 'Introduction'
  44.         object Shape3: TShape
  45.           Left = 8
  46.           Top = 8
  47.           Width = 433
  48.           Height = 209
  49.           Brush.Color = clYellow
  50.           Shape = stRoundRect
  51.         end
  52.         object Label5: TLabel
  53.           Left = 24
  54.           Top = 104
  55.           Width = 399
  56.           Height = 64
  57.           Caption = 
  58.             'This demo illustrates the essential features of the TExportListV' +
  59.             'iew component. However, this is a powerful component with some a' +
  60.             'dvanced features also, so please have a good look at the help fi' +
  61.             'le to read about them.'
  62.           Color = clBlack
  63.           Font.Charset = DEFAULT_CHARSET
  64.           Font.Color = clBlack
  65.           Font.Height = -13
  66.           Font.Name = 'MS Sans Serif'
  67.           Font.Style = []
  68.           ParentColor = False
  69.           ParentFont = False
  70.           Transparent = True
  71.           WordWrap = True
  72.         end
  73.         object Label6: TLabel
  74.           Left = -8
  75.           Top = 32
  76.           Width = 457
  77.           Height = 41
  78.           Alignment = taCenter
  79.           AutoSize = False
  80.           Caption = 'TExportListView v2.00'
  81.           Color = clBlack
  82.           Font.Charset = DEFAULT_CHARSET
  83.           Font.Color = clBlack
  84.           Font.Height = -35
  85.           Font.Name = 'Arial'
  86.           Font.Style = [fsBold, fsUnderline]
  87.           ParentColor = False
  88.           ParentFont = False
  89.           Transparent = True
  90.         end
  91.       end
  92.       object TabSheet2: TTabSheet
  93.         Caption = 'Demo 1 - Choose Method'
  94.         object Bevel1: TBevel
  95.           Left = 368
  96.           Top = 84
  97.           Width = 81
  98.           Height = 2
  99.         end
  100.         object Shape2: TShape
  101.           Left = 8
  102.           Top = 8
  103.           Width = 441
  104.           Height = 25
  105.           Brush.Color = clYellow
  106.           Shape = stRoundRect
  107.         end
  108.         object Label2: TLabel
  109.           Left = 16
  110.           Top = 14
  111.           Width = 258
  112.           Height = 13
  113.           Caption = 'First, click "Populate" to put some data in the ListView.'
  114.           Font.Charset = DEFAULT_CHARSET
  115.           Font.Color = clBlack
  116.           Font.Height = -11
  117.           Font.Name = 'MS Sans Serif'
  118.           Font.Style = []
  119.           ParentFont = False
  120.           Transparent = True
  121.         end
  122.         object Shape5: TShape
  123.           Left = 5
  124.           Top = 168
  125.           Width = 441
  126.           Height = 49
  127.           Brush.Color = clYellow
  128.           Shape = stRoundRect
  129.         end
  130.         object Label7: TLabel
  131.           Left = 16
  132.           Top = 174
  133.           Width = 417
  134.           Height = 43
  135.           AutoSize = False
  136.           Caption = 
  137.             'Try dragging the columns around and then exporting. TExportListV' +
  138.             'iew correctly handles this behaviour even though Delphi itself d' +
  139.             'oes not!'
  140.           Font.Charset = DEFAULT_CHARSET
  141.           Font.Color = clBlack
  142.           Font.Height = -11
  143.           Font.Name = 'MS Sans Serif'
  144.           Font.Style = []
  145.           ParentFont = False
  146.           Transparent = True
  147.           WordWrap = True
  148.         end
  149.         object ListView1: TListView
  150.           Left = 8
  151.           Top = 48
  152.           Width = 353
  153.           Height = 113
  154.           Columns = <
  155.             item
  156.               Caption = 'Last Name'
  157.               Width = -2
  158.               WidthType = (
  159.                 -2)
  160.             end
  161.             item
  162.               Caption = 'First Name'
  163.               Width = -2
  164.               WidthType = (
  165.                 -2)
  166.             end
  167.             item
  168.               Caption = 'Age'
  169.               Width = -2
  170.               WidthType = (
  171.                 -2)
  172.             end
  173.             item
  174.               Caption = 'Occupation'
  175.               Width = -2
  176.               WidthType = (
  177.                 -2)
  178.             end
  179.             item
  180.               Caption = 'Hobby'
  181.               Width = -2
  182.               WidthType = (
  183.                 -2)
  184.             end>
  185.           FullDrag = True
  186.           HotTrackStyles = []
  187.           MultiSelect = True
  188.           ReadOnly = True
  189.           TabOrder = 3
  190.           ViewStyle = vsReport
  191.         end
  192.         object Button1: TButton
  193.           Left = 368
  194.           Top = 48
  195.           Width = 81
  196.           Height = 25
  197.           Caption = 'Populate'
  198.           Default = True
  199.           TabOrder = 0
  200.           OnClick = Button1Click
  201.         end
  202.         object Button2: TButton
  203.           Left = 368
  204.           Top = 96
  205.           Width = 81
  206.           Height = 25
  207.           Caption = 'Export'
  208.           TabOrder = 1
  209.           OnClick = Button2Click
  210.         end
  211.         object Button3: TButton
  212.           Left = 368
  213.           Top = 128
  214.           Width = 81
  215.           Height = 25
  216.           Caption = 'Print'
  217.           TabOrder = 2
  218.           OnClick = Print1Click
  219.         end
  220.       end
  221.       object TabSheet1: TTabSheet
  222.         Caption = 'Demo 2 - Execute Method'
  223.         object Shape1: TShape
  224.           Left = 8
  225.           Top = 8
  226.           Width = 441
  227.           Height = 25
  228.           Brush.Color = clYellow
  229.           Shape = stRoundRect
  230.         end
  231.         object Label1: TLabel
  232.           Left = 16
  233.           Top = 14
  234.           Width = 309
  235.           Height = 13
  236.           Caption = 
  237.             'First, click "Populate" in Demo 1 to put some data in the ListVi' +
  238.             'ew.'
  239.           Font.Charset = DEFAULT_CHARSET
  240.           Font.Color = clBlack
  241.           Font.Height = -11
  242.           Font.Name = 'MS Sans Serif'
  243.           Font.Style = []
  244.           ParentFont = False
  245.           Transparent = True
  246.         end
  247.         object Shape6: TShape
  248.           Left = 5
  249.           Top = 40
  250.           Width = 441
  251.           Height = 49
  252.           Brush.Color = clYellow
  253.           Shape = stRoundRect
  254.         end
  255.         object Label3: TLabel
  256.           Left = 16
  257.           Top = 46
  258.           Width = 417
  259.           Height = 43
  260.           AutoSize = False
  261.           Caption = 
  262.             'What if you want to export only to say, Microsoft Word? without ' +
  263.             'any dialogs? No problem, just look at the code below.'
  264.           Font.Charset = DEFAULT_CHARSET
  265.           Font.Color = clBlack
  266.           Font.Height = -11
  267.           Font.Name = 'MS Sans Serif'
  268.           Font.Style = []
  269.           ParentFont = False
  270.           Transparent = True
  271.           WordWrap = True
  272.         end
  273.         object Button4: TButton
  274.           Left = 136
  275.           Top = 160
  276.           Width = 169
  277.           Height = 25
  278.           Caption = 'Export Word to File'
  279.           TabOrder = 0
  280.           OnClick = Button4Click
  281.         end
  282.         object Button5: TButton
  283.           Left = 136
  284.           Top = 128
  285.           Width = 169
  286.           Height = 25
  287.           Caption = 'Export Word to Screen'
  288.           TabOrder = 1
  289.           OnClick = Button5Click
  290.         end
  291.       end
  292.       object TabSheet5: TTabSheet
  293.         Caption = 'Registration'
  294.         object Shape4: TShape
  295.           Left = 8
  296.           Top = 8
  297.           Width = 438
  298.           Height = 209
  299.           Brush.Color = clYellow
  300.           Shape = stRoundRect
  301.         end
  302.         object Label8: TLabel
  303.           Left = 24
  304.           Top = 40
  305.           Width = 165
  306.           Height = 16
  307.           Caption = 'Please click here to register'
  308.           Font.Charset = DEFAULT_CHARSET
  309.           Font.Color = clBlue
  310.           Font.Height = -13
  311.           Font.Name = 'MS Sans Serif'
  312.           Font.Style = [fsUnderline]
  313.           ParentFont = False
  314.           Transparent = True
  315.           OnClick = Label8Click
  316.         end
  317.         object Label9: TLabel
  318.           Left = 24
  319.           Top = 120
  320.           Width = 207
  321.           Height = 16
  322.           Caption = 'Please click here to send us e-mail'
  323.           Font.Charset = DEFAULT_CHARSET
  324.           Font.Color = clBlue
  325.           Font.Height = -13
  326.           Font.Name = 'MS Sans Serif'
  327.           Font.Style = [fsUnderline]
  328.           ParentFont = False
  329.           Transparent = True
  330.           OnClick = Label9Click
  331.         end
  332.         object Label10: TLabel
  333.           Left = 24
  334.           Top = 64
  335.           Width = 271
  336.           Height = 16
  337.           Caption = 'Web Site: http://www.igather.com/components'
  338.           Color = clBlack
  339.           Font.Charset = DEFAULT_CHARSET
  340.           Font.Color = clBlack
  341.           Font.Height = -13
  342.           Font.Name = 'MS Sans Serif'
  343.           Font.Style = []
  344.           ParentColor = False
  345.           ParentFont = False
  346.           Transparent = True
  347.           WordWrap = True
  348.         end
  349.         object Label11: TLabel
  350.           Left = 24
  351.           Top = 152
  352.           Width = 385
  353.           Height = 73
  354.           AutoSize = False
  355.           Caption = 
  356.             'Feel free to us bug reports, suggestions, and any other inquires' +
  357.             '.'
  358.           Color = clBlack
  359.           Font.Charset = DEFAULT_CHARSET
  360.           Font.Color = clBlack
  361.           Font.Height = -13
  362.           Font.Name = 'MS Sans Serif'
  363.           Font.Style = []
  364.           ParentColor = False
  365.           ParentFont = False
  366.           Transparent = True
  367.           WordWrap = True
  368.         end
  369.       end
  370.     end
  371.   end
  372.   object ExportListView1: TExportListView
  373.     Options = [ShowClipboardMsg, ShowProgress, TimeStamp]
  374.     Title = 'TExportListView Demo'
  375.     Footer = 
  376.       'Please send any questions or bug reports to ycomp@hotpop.com. Yo' +
  377.       'u can register at http://www.igather.com/components'
  378.     ListView = ListView1
  379.     ExportType = xMicrosoft_Word
  380.     AllowedTypes = [xHTML, xMicrosoft_Word, xMicrosoft_Excel, xText, xRichText, xText_Comma_Delimited, xText_Tab_Delimited, xClipboard]
  381.     Left = 360
  382.     Top = 24
  383.   end
  384.   object MainMenu1: TMainMenu
  385.     Left = 392
  386.     Top = 24
  387.     object File1: TMenuItem
  388.       Caption = '&File'
  389.       object Print1: TMenuItem
  390.         Caption = '&Print'
  391.         ShortCut = 16464
  392.         OnClick = Print1Click
  393.       end
  394.       object PrintSetup1: TMenuItem
  395.         Caption = 'Prin&t Setup...'
  396.         OnClick = PrintSetup1Click
  397.       end
  398.       object N1: TMenuItem
  399.         Caption = '-'
  400.       end
  401.       object Exit1: TMenuItem
  402.         Caption = 'E&xit'
  403.       end
  404.     end
  405.   end
  406.   object PrinterSetupDialog1: TPrinterSetupDialog
  407.     Left = 424
  408.     Top = 24
  409.   end
  410. end
  411.